CountDITL
CountDITL Count the items in a dialog item list
#include <Dialogs.h> Dialog Manager
short CountDITL (theDialog );
DialogPtr theDialog ; address of a dialog box
returns the number of items in the dialog item list
CountDITL returns the number of items in the dialog item list associated
with the dialog box pointed to by the parameter theDialog.
theDialog is the address of a dialog box containing the dialog item list
Returns: a 16-bit integer identifying number of items in the dialog
item list
Appending Items to a Dialog Item List
You can call the AppendDITL procedure to append items to the end of a dialog
item list.